a:link, a:visited, a:active {
    text-decoration: none;
}
a img{border:0;}
a:visited {
	color: #999;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}